
I cannot seem to get past the validate connection step, in this or any other tutorial. I keep getting 'Could not complete the request to remote agent URL...'. Any hints?
We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
I cannot seem to get past the validate connection step, in this or any other tutorial. I keep getting 'Could not complete the request to remote agent URL...'. Any hints?
Are you on a corporate network with a proxy server?
When I try to load the new project from the templates I get "HRESULT: 0x80070002" when I hit OK on step #15.
On my workstation I am running Windows 8.1 Update 1, 64bit edition, with VS Premium 2013
Microsoft Visual Studio Premium 2013
Version 12.0.21005.1 REL
Microsoft .NET Framework
Version 4.5.51641
Installed Version: Premium
LightSwitch for Visual Studio 2013 06191-004-0457005-02150
Microsoft LightSwitch for Visual Studio 2013
Microsoft Office Developer Tools for Visual Studio 2013 ENU 06191-004-0457005-02150
Microsoft Office Developer Tools for Visual Studio 2013 ENU
Team Explorer for Visual Studio 2013 06191-004-0457005-02150
Microsoft Team Explorer for Visual Studio 2013
Visual Basic 2013 06191-004-0457005-02150
Microsoft Visual Basic 2013
Visual C# 2013 06191-004-0457005-02150
Microsoft Visual C# 2013
Visual C++ 2013 06191-004-0457005-02150
Microsoft Visual C++ 2013
Visual F# 2013 06191-004-0457005-02150
Microsoft Visual F# 2013
Visual Studio 2013 Code Analysis Spell Checker 06191-004-0457005-02150
Microsoft® Visual Studio® 2013 Code Analysis Spell Checker
...
Windows Phone SDK 8.0 - ENU 06191-004-0457005-02150
Windows Phone SDK 8.0 - ENU
ASP.NET and Web Tools 2013.1.50312
...
ASP.NET Web Frameworks and Tools 2012.2 4.1.21001.0
For additional information, visit http://go.microsoft.com/fwlink...
ASP.NET Web Frameworks and Tools 2013 5.0.11001.0
For additional information, visit http://www.asp.net/
Common Azure Tools 1.1
Provides common services for use by Azure Mobile Services and Windows Azure Tools.
Microsoft Advertising SDK for Windows Phone
Microsoft Advertising SDK for Windows Phone
Build
PreEmptive Analytics Visualizer 1.2
Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.
SQL Server Data Tools 12.0.30919.1
Microsoft SQL Server Data Tools
Windows Azure Mobile Services Tools 1.0
Windows Azure Mobile Services Tools
Windows Azure Tools 2.3
Windows Azure Tools for Microsoft Visual Studio 2013 - v2.3.20320.1602
Workflow Manager Tools 1.0 1.0
This package contains the necessary Visual Studio integration components for Workflow Manager.
Are projects created successfully when you don't select the option to create Azure resources?
VS2013 ultimate. This tutorial does not work on two machines. "Unable to launch the IIS Express Web Server". This issue can be found by doing a Bing search for the words in quotes, and only occurs with the ultimate version of VS2013.
If step 4 of the tutorial, if you have never connected to Azure, the link next to the Sign In box will be called "Import subscriptions" instead of "Manage subscriptions"
Yes, you can use the same process for a Web API project.
Questo tipo di servizio è utile anche per creare un web service al quale poi si collegherà un' applicazione desktop per raccogliere dei dati ?
I think you're asking "Is This type of service is also useful to create a web service which then will connect a 'desktop application to collect data?" If so, no, this is for a Web app. You might look at http://www.windowsazure.com/en... for a web service.
Thanks man ! The tutorial you linked to me is to create a webservice which can be accessed by any client ? (A desktop app in my case)
riattivate autolook con aggancio degli account come prima,l'uccino azzurro è in europa?
distinti saluti pollara luca
I am msdn visual studio premium subscriber, after I clicked "Create" button in "Create site on Windows Azure" window, it pops up a window "This subscription is not registered to use the following resources: Website. The remote server returned an unexpected response: (400) Bad Request."
What's wrong with my account? do I have to fill payment information and use "Pay As You Go"?
I had the same error until I created a new web site using the management portal. I just selected 'new' and then 'quick create'. After that site was active and running the rest of the tutorial worked fine. Edit: I had no websites created initially, it seems like it needed me to have at least one created before it would work.
Are you able to log in to the management portal (manage.windowsazure.com) and create web sites there successfully? If not, you may still need to activate the Azure benefits for your MSDN account; you can do that by clicking the "get your free benefits" button on this page: http://www.windowsazure.com/en... and then following the sign-in steps. If you're already activated, there may be an issue with your account set-up that requires investigation. This thread has a few more details and info about how to contact support: http://social.msdn.microsoft.c...
I ran into the same issue. I had to create the website first on https://manage.windowsazure.co...
I've started a stackoverflow: http://stackoverflow.com/quest...
I get the following error when I try to publish or preview:
eb deployment task failed. (Could not complete an operation with the specified provider ("appHostConfig")
I tried the same and I get:
"Attempt by security transparent method 'System.Web.WebPages.Administration.SiteAdmin.RegisterAdminModule()' to access security critical method 'System.Web.WebPages.ApplicationPart..ctor(System.Reflection.Assembly, System.String)' failed."
That's typically a result of using code written for an earlier version of MVC with MVC 5. Did you start with VS 2013, install the latest SDK, and create a new project from scratch as shown in the tutorial?
Yes, I did. I checked version of System.Web.MVC and it is 5.0.0.0
We haven't seen that error except in scenarios such as upgrading an MVC 4 app to MVC 5. Did you install any NuGet packages or do anything else not shown in the tutorial after creating the project? When you create a new MVC 5 app, does it have the Microsoft.AspNet.WebPages.Administration NuGet package installed?
I didn't install anything. I just create sample MVC app and try to publish. I do not have Microsoft.AspNet.WebPages.Administration installed. Here's my packages.config file:
<packages>
<package id="Antlr" version="3.4.1.9004" targetframework="net45"/>
<package id="bootstrap" version="3.0.0" targetframework="net45"/>
<package id="jQuery" version="1.10.2" targetframework="net45"/>
<package id="Microsoft.AspNet.Mvc" version="5.0.0" targetframework="net45"/>
<package id="Microsoft.AspNet.Razor" version="3.0.0" targetframework="net45"/>
<package id="Microsoft.AspNet.Web.Optimization" version="1.1.1" targetframework="net45"/>
<package id="Microsoft.AspNet.WebApi" version="5.0.0" targetframework="net45"/>
<package id="Microsoft.AspNet.WebApi.Client" version="5.0.0" targetframework="net45"/>
<package id="Microsoft.AspNet.WebApi.Core" version="5.0.0" targetframework="net45"/>
<package id="Microsoft.AspNet.WebApi.HelpPage" version="5.0.0" targetframework="net45"/>
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.0.0" targetframework="net45"/>
<package id="Microsoft.AspNet.WebPages" version="3.0.0" targetframework="net45"/>
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetframework="net45"/>
<package id="Modernizr" version="2.6.2" targetframework="net45"/>
<package id="Newtonsoft.Json" version="5.0.6" targetframework="net45"/>
<package id="Respond" version="1.2.0" targetframework="net45"/>
<package id="WebGrease" version="1.5.2" targetframework="net45"/>
</packages>
Can you put the project in a .zip file and send it to me? tdykstra at Microsoft dot com.
I have tried to follow this tutorial, but I have gotten stuck. When I try to publish my web application and click that I want to import a profile, the "Import Publish Settings" window does not have a link to add a windows azure subscription. It only shows the dropdown and "new" button, both grayed-out. What is going on?
I did. I found a way around: I went to my azure manager and just downloaded the profile settings for the website directly, then added that file with the "Import from publish profile settings"
I'd recommend to include remote debugging the next steps as well, a very useful thing to be added here http://blogs.msdn.com/b/webdev...
Next Steps includes a link for Troubleshooting and that doc does have remote debugging. Or rather, the Troubleshooting doc did have such a section, until a recent publishing glitch removed that section. We're working on getting the remote debugging section restored to http://www.windowsazure.com/en...
Attempting to follow this tutorial on my Surface Pro 2 running Visual Studio 2013 Express for Web. Unfortunately when I click "Create" in step 9 I get a "There was an error while performing this operation. Internal Server Error" message and it doesn't work. Not much to go on, but any ideas?
Weird. It worked this morning after failing last night and two nights ago. All is well.
Always check on http://www.windowsazure.com/en...
just in case there is a problem with one of the services. I had this recently being unable to load files via FTP, it was a known problem being worked on.
I'm trying to follow these steps using VS 2013, but during the preview step I'm getting the following error:
"Invoke build failed due to exception 'A numeric comparison was attempted on "$(TargetPlatformVersion)" that evaluates to "" instead of a number, in condition "'$(TargetPlatformVersion)' > '8.0'". C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets'".
Any idea what should be done here?
Thanks
We've had other reports of a similar error and we're looking into the cause. Meanwhile, some people have been able to get around it by closing down and restarting Visual Studio and then publishing again.
This tutorial on loading a website to Windows Azure was excellent. In about 10 minutes, I created a simple website and had it running on Azure.
Works flawlessly. Great tutorial, I'm mopving on to the next step now.
This worked great! The process could not have been made any simpler for a novice like myself.
Hi thanks for this link....
This is very helpful for us.
just one question, is there any way to change configuration settings without publishing(say for example, connection string has been changed in web config file)
I am a beginner in windows Azure and wanted to create a project using windows Azure. I want to publish this software in cloud and also i want to publish this to local server also like how create an ordinary web application. is it possible? if yes, how can i do it?
Thanks for this tutorial! I'm brand new to Azure, & have been putting off trying it out for ages now. The steps outlined here were clear & easy to follow. Everything worked perfectly! I've now published my first test MVC4 website to Azure.
Sorry, this tutorial does not work at all !... I executed exactly what you asked under Windows 8 VS2012, but "Upon successful deployment", instead of "the default browser automatically opens to the URL of the deployed web site." I had the well known "Server Error in '/' Application... Runtime Error " bla bla ...
What's a pity !!...
Mokh
I finally solved the problem by deploying a more sophisticated MVC3 application which work perfectly under Azure instead of MVC4, perhaps due to my configuration...
Mokh
since I plan to host my site and use the resources of azure, I am looking for a good third party DNS that doesn't charge for the use of services so I can preform this redirection technique; does anyone have any recommendations on good DNS registries that fit this criteria?
Godaddy, dnshosting, 1and1, ...
Actually, you can use any [cheap] webhosting, buy the top level domain and make the configuration on the Windows Azure Management Portal.
Nothing for you here ... yet. But as you comment with Disqus and follow other Disqus users, you will start to receive notifications here, as well as a personalized feed of activity by you and the people you follow. So get out there and participate in some discussions!